widget: fix two typos in api-docs
authorStefan Sauer <ensonic@users.sf.net>
Fri, 3 May 2013 18:39:24 +0000 (20:39 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 3 May 2013 18:40:00 +0000 (20:40 +0200)
gtk/gtkwidget.c

index 78fc44db3f9793bcd4725a4c029711f26029823b..c0da4d04ee23076f5f02d65e1d257f9c957e1575 100644 (file)
@@ -4799,10 +4799,10 @@ static guint tick_callback_id;
  * @user_data: data to pass to @callback
  * @notify: function to call to free @user_data when the callback is removed.
  *
- * Queues a animation frame update and adds a callback to be called
+ * Queues an animation frame update and adds a callback to be called
  * before each frame. Until the tick callback is removed, it will be
  * called frequently (usually at the frame rate of the output device
- * or as quickly as the application an be repainted, whichever is
+ * or as quickly as the application can be repainted, whichever is
  * slower). For this reason, is most suitable for handling graphics
  * that change every frame or every few frames. The tick callback does
  * not automatically imply a relayout or repaint. If you want a